Skip to content

Rework makefile to split JavaKit targets from jextract-swift targets #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 11, 2024

Conversation

DougGregor
Copy link
Member

The JavaKit targets (Swift calling into Java via JNI) have fewer requirements (for JVM installations and development toolchains) and are a bit easier to get started with. Split those targets out, and turn make with no specified target into a little help target.

Fixes issue #68.

The JavaKit targets (Swift calling into Java via JNI) have fewer
requirements (for JVM installations and development toolchains) and are
a bit easier to get started with. Split those targets out, and turn
`make` with no specified target into a little help target.

Fixes issue swiftlang#68.
@DougGregor DougGregor merged commit 058d143 into swiftlang:main Oct 11, 2024
9 of 10 checks passed
@DougGregor DougGregor deleted the split-make-targets branch October 11, 2024 21:41
Copy link
Collaborator

@ktoso ktoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants